▍ humdrum codex / soft
1.3 KB raw
id
TASK-030
title
TUI: Preserve panel scroll position across data refreshes
status
To Do
assignee
created_date
2026-06-12 04:21
labels
tui, enhancement
dependencies
priority
medium
ordinal
30000

Description

Every time refresh_data() runs, all DashPanel content is replaced via set_content(), which resets the scroll position to the top. If a user has scrolled halfway through a news feed, a background refresh jumps them back to the top.

Implementation:

Acceptance Criteria